|
$def = $db->f("domain_type_auto");
echo ".";
if ($def==Y) {
echo "" ;
$db->p("domain_type_extension");
echo "";
} else {
$db->p("domain_type_extension");
}
?>
|
$db->p("domain_type_name"); ?>
|
$status = $db->f("domain_type_status");
if ($status==Y) {
echo "Active" ;
} else {
echo "Inactive";
}
?>
|
">edit |